home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / 002.dir / 00110.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  520 b   |  34 lines

  1. on idle
  2.   if rollOver(6) then
  3.     puppetSound("games")
  4.     go("A")
  5.   end if
  6.   if rollOver(7) then
  7.     puppetSound("multimed")
  8.     go("B")
  9.   end if
  10.   if rollOver(8) then
  11.     puppetSound("inproD")
  12.     go("C")
  13.   end if
  14.   if rollOver(9) then
  15.     puppetSound("backcata")
  16.     go("D")
  17.   end if
  18.   if rollOver(10) then
  19.     puppetSound("abouttel")
  20.     go("E")
  21.   end if
  22.   if rollOver(11) then
  23.     puppetSound("presskit")
  24.     go("F")
  25.   end if
  26.   if rollOver(12) then
  27.     go("Q")
  28.   end if
  29. end
  30.  
  31. on enterFrame
  32.   puppetSprite(45, 1)
  33. end
  34.